HighContrast: Fix up action bar styling
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jan 2016 03:22:47 +0000 (22:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jan 2016 03:22:47 +0000 (22:22 -0500)
Since HighContrast is not using different background colors
as much as Adwaita, we need to add borders to prevent things
from running into each other.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained-dark.css
gtk/theme/HighContrast/gtk-contained.css

index 70d19c2eb7bb648fb8cee2ee430250e739b1d2e4..87c29f53e1e64cb37309d37ab87879c62bbe60d8 100644 (file)
@@ -1883,7 +1883,7 @@ levelbar {
 }
 
 /**********
- * Frames *
+ * rames *
  **********/
 frame border,
 .frame {
@@ -1891,10 +1891,13 @@ frame border,
   &.flat { border-style: none; }
   &:backdrop { border-color: $backdrop_borders_color; }
   padding: 0;
-  &.action-bar {
-    padding: 6px;
-    border-width: 1px 0 0;
-  }
+}
+
+actionbar box {
+  padding: 6px;
+  border-width: 1px 0 0;
+  border-color: $borders_color;
+  border-style: solid none none;
 }
 
 placessidebar,
index 3a36f702980581b7ce026027cb52e8250eae77cd..e7212dc7d191a6692841ec06817fa99694d1a98a 100644 (file)
@@ -2058,7 +2058,7 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
     color: #fff; }
 
 /**********
- * Frames *
+ * rames *
  **********/
 frame border,
 .frame {
@@ -2070,10 +2070,12 @@ frame border,
   frame border:backdrop,
   .frame:backdrop {
     border-color: #737373; }
-  frame border.action-bar,
-  .frame.action-bar {
-    padding: 6px;
-    border-width: 1px 0 0; }
+
+actionbar box {
+  padding: 6px;
+  border-width: 1px 0 0;
+  border-color: gray;
+  border-style: solid none none; }
 
 placessidebar .frame,
 scrolledwindow .frame {
index de18c6f7ee71ed468167e3fda318547f54c80443..ef465782d6fa0192a6bf3ba684b548996e0ec2ce 100644 (file)
@@ -2058,7 +2058,7 @@ spinbutton selection:focus, modelbutton.flat:hover, modelbutton.flat:selected,
     color: #fff; }
 
 /**********
- * Frames *
+ * rames *
  **********/
 frame border,
 .frame {
@@ -2070,10 +2070,12 @@ frame border,
   frame border:backdrop,
   .frame:backdrop {
     border-color: #8d8d8d; }
-  frame border.action-bar,
-  .frame.action-bar {
-    padding: 6px;
-    border-width: 1px 0 0; }
+
+actionbar box {
+  padding: 6px;
+  border-width: 1px 0 0;
+  border-color: gray;
+  border-style: solid none none; }
 
 placessidebar .frame,
 scrolledwindow .frame {